GoXam for WPF v3
LinkToPath Property
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkToPath Property
Gets or sets a property path that that specifies how to get the key for the "to" node data of a link data object.
Syntax
public string LinkToPath {get; set;}

Property Value

This value is used by FindToNodeKeyForLink to get a reference to the node data to which this link goes. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindToNodeKeyForLink for most cases.

The value of this property path applied to a link data object must be of type NodeKey.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members